You can define a table control to display the records as you like. In other words you can define data fields for displaying or editing data like in a database form.
レコード内容の表示には、テーブルコントロールを使用できます。このコントロールを使うと、データベースフォーム同様に、表示するデータフィールドの定義およびデータの編集が行えます。
The following fields are possible in a table control: text, date, time and currency field, numeric field, pattern field, check box and combo box. In the case of combined date/time fields, two columns are created automatically.
テーブルコントロールに存在する可能性のあるフィールドは、テキスト、日付、時刻、通貨のフィールド、数値フィールド、パターンフィールド、チェックボックス、およびコンボボックスです。 日付と時刻の組み合わせフィールドの場合、自動的に 2 つの列が作成されます。
The number of selected lines, if any are selected, is in parentheses after the total number of records.
行を選択した場合、レコード総数の背景に、括弧付きで選択した行の数が表示されます。
To insert columns into the table control, click in the column heads and bring up the context menu. The following commands are available:
テーブルコントロールに列を追加するには、列の上端行をクリックしてコンテキストメニューを開きます。ここでは下記のコマンドが使用できます。
Calls a submenu to select a data field to adopt it in the table control.
サブメニューが表示され、テーブルコントロールに追加するデータフィールドを選択できます。
Configure the table control using drag and drop: Open the data source browser and drag the desired fields out of the data source browser and on to the column heads of the table control. A pre-configured column is created.
ドラッグ&ドロップを使ってテーブルコントロールを設定します。データソースを表示して、希望のフィールドをデータソースからテーブルコントロールの列の見出しへドラッグします。これで設定済みの列が作成されました。
Opens a submenu to select a data field to replace the data field selected in the table control.
サブメニューが表示され、テーブルコントロールで選択したデータフィールドと置き換えるデータフィールドを選択できます。
Deletes the currently selected column.
現在選択している列を削除します。
Opens the properties dialog of the selected column.
選択した列の属性ダイアログを開きます。
Hides the selected column. Its properties are not changed.
選択した列を非表示にします。 この操作で属性は変更されません。
Calls a submenu where you can select the columns to show again. To show only one column, click the column name. You see only the first 16 hidden columns. If there are more hidden columns, choose the More command to call the Show Columns dialog.
サブメニューを呼び出し、再び表示する列を選択します。 1 列だけを表示する場合には、列の名前をクリックします。非表示にした最初の 16 列だけが表示されます。複数の非表示の列が存在する場合には、詳細 コマンドにより 列の表示 ダイアログを呼び出します。
Calls the Show Columns dialog.
列の表示 ダイアログを呼び出します。
In the Show Columns dialog you can select the columns to be shown. Hold down the Shift or Ctrl (Mac: Command) key to select multiple entries.
列を表示する ダイアログでは、表示する列を指定できます。Shift キーや Ctrl (Mac の場合: Command) キーを押しながら選択すると、複数の項目を選択できます。
Click All if you want to show all columns.
すべての列を表示するには、すべて をクリックします。
If you use the keyboard only to travel through controls in your document, you will find one difference to the other types of controls: the Tab key does not move the cursor to the next control, but moves to the next column inside the table control. Press CommandCtrl+Tab to move to the next control, or press Shift+CommandCtrl+Tab to move to the previous control.
キーボードだけでドキュメント内のコントロールを渡り歩くとき、他のタイプのコントロールと1つ違うところがあります;(Tab) キーは次のコントロールにではなく、テーブルコントロール内の次の列に移動します。次のコントロールに移動するには(Command)(Ctrl)+(Tab) を押し、前のコントロールに戻るには(Shift)+(Command)(Ctrl)+(Tab) を押します。
The form document must be in design mode.
フォームドキュメントをデザインモードに切り替えます。
Press CommandCtrl+F6 to select the document.
(Command)(Ctrl)+(F6) を押してドキュメントを選択します。
Press Shift+F4 to select the first control. If the Table Control is not the first control, press Tab until it is selected.
最初のコントロールを選択するには、(Shift) + (F4) キーを押します。 テーブルコントロールが最初のコントロールではない場合は、テーブルコントロールが選択されるまで Tab キーを押します。
Press Enter to enter the edit mode. The handles are shown farther out from the control border.
Enter キーを押して、編集モードに切り替えます。コントロールを示す枠の外側にハンドルが表示されます。
In the edit mode, you can open the edit mode context menu by pressing Shift+F10.
編集モードの場合、(Shift) + (F10) キーを押すと編集モードのコンテキストメニューが開きます。
If you want to edit columns, press Shift+Space to enter column edit mode. Now you can rearrange the order of columns with CommandCtrl+Arrow keys. The Delete key deletes the current column.
列の編集を行うときは、(Shift)+(Space) を押して編集モードに入ります。列の順を変更するときは (Command)(Ctrl)+(Arrow) キーを使い、 (Delete) キーで現在列を削除します。
Press the Escape key to exit the edit mode.
列の編集モードを終了するには、Escape キーを押します。